home *** CD-ROM | disk | FTP | other *** search
- ;**************************************************************************
- ;
- ; Scientific Atlanta NDIS-USB Cable Modem Driver
- ;
- ;**************************************************************************
- ;
- ; Copyright 1997-2002 Scientific Atlanta
- ; All Rights Reserved
- ;
- ;**************************************************************************
-
- [version]
- Signature = "$CHICAGO$"
- Compatible = 1
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %SciAtl%
- ;catalogfile = WebSTAR.cat
- DriverVer = 11/24/2002,1.10.00.0000
- ; (c) Copyright 1997-2002 Scientific Atlanta
-
-
- [Manufacturer]
- %SciAtl% = ScientificAtlanta, NT.5.1
-
- [ControlFlags]
- ExcludeFromSelect = \
- USB\VID_069A&PID_4402, \
- USB\VID_069A&PID_4403
- ; Driver information
- ;
- [ScientificAtlanta]
- ; Display name Section DeviceID
- %USB\VID_069A&PID_4402.DeviceDesc% = bcmUsbCm4402, USB\VID_069A&PID_4402
- %USB\VID_069A&PID_4403.DeviceDesc% = bcmUsbCm4403, USB\VID_069A&PID_4403
-
- [ScientificAtlanta.NT.5.1]
- ; Display name Section DeviceID
- %USB\VID_069A&PID_4402.DeviceDesc% = bcmUsbCm4402XP, USB\VID_069A&PID_4402
- %USB\VID_069A&PID_4403.DeviceDesc% = bcmUsbCm4403XP, USB\VID_069A&PID_4403
-
-
-
- ;*******************************************************************************
- ; XP main sections
-
- [bcmUsbCm4402XP.nt]
- AddReg = bcmUsbCm2k.Reg, Params.Reg, USBCM4402_Uninstall.reg
- BusType = 15
- Characteristics = 0x84
- CopyFiles = bcmxp.CopyFiles, USBCM4402.Uninstall
-
- [bcmUsbCm4402XP.nt.Services]
- AddService = UsbCmxp, 2, bcmUsbCm4402XP.Service, bcmUsbCm.EventLog
-
- [bcmUsbCm4403XP.nt]
- AddReg = bcmUsbCm2k.Reg, Params.Reg, USBCM4403_Uninstall.reg
- BusType = 15
- Characteristics = 0x84
- CopyFiles = bcmxp.CopyFiles, USBCM4403.Uninstall
-
- [bcmUsbCm4403XP.nt.Services]
- AddService = UsbCmxp, 2, bcmUsbCm4403XP.Service, bcmUsbCm.EventLog
-
- ;*******************************************************************************
- ; NT main sections
-
- [bcmUsbCm4402.nt]
- AddReg = bcmUsbCm2k.Reg, Params.Reg, USBCM4402_Uninstall.reg
- BusType = 15
- Characteristics = 0x84
- CopyFiles = bcm2k.CopyFiles, USBCM4402.Uninstall
-
- [bcmUsbCm4402.nt.Services]
- AddService = UsbCm, 2, bcmUsbCm4402.Service, bcmUsbCm.EventLog
-
- [bcmUsbCm4403.nt]
- AddReg = bcmUsbCm2k.Reg, Params.Reg, USBCM4403_Uninstall.reg
- BusType = 15
- Characteristics = 0x84
- CopyFiles = bcm2k.CopyFiles, USBCM4403.Uninstall
-
- [bcmUsbCm4403.nt.Services]
- AddService = UsbCm, 2, bcmUsbCm4403.Service, bcmUsbCm.EventLog
-
- ;*******************************************************************************
- ; Win98 main sections
-
- [bcmUsbCm4402]
- AddReg = bcmUsbCm9x.Reg, Params.Reg, USBCM4402_Uninstall.reg
- CopyFiles = bcm9x.CopyFiles, USBCM4402.Uninstall
-
- [bcmUsbCm4403]
- AddReg = bcmUsbCm9x.Reg, Params.Reg, USBCM4403_Uninstall.reg
- CopyFiles = bcm9x.CopyFiles, USBCM4403.Uninstall
-
- ;****************************************************************
- [bcmUsbCm2k.Reg]
- HKR, Ndi, Service, 0, "Usbcm"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [bcmUsbCm9x.Reg]
- HKR, Ndi, DeviceId, , "USB\VEN_069A&DEV_4402"
- HKR, Ndi, DeviceId, , "USB\VEN_069A&DEV_4403"
- HKR, , DevLoader, 0, "*ndis"
- HKR, , DeviceVxDs, 0, "sacm.sys"
- HKR, , EnumPropPages, 0, "netdi.dll, EnumPropPages"
- HKR, NDIS, LogDriverName, 0, "sacm"
- HKR, NDIS, MajorNdisVersion, 1, 03
- HKR, NDIS, MinorNdisVersion, 1, 0a
- HKR, Ndi\Interfaces, DefUpper, 0, "ndis3"
- HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis3"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [Params.Reg]
- HKR, Ndi\params\NumRxBuffers, ParamDesc, 0, "NumRxBuffers"
- HKR, Ndi\params\NumRxBuffers, default, 0, "32"
- HKR, Ndi\params\NumRxBuffers, min, 0, "1"
- HKR, Ndi\params\NumRxBuffers, max, 0, "00001024"
- HKR, Ndi\params\NumRxBuffers, step, 0, "1"
- HKR, Ndi\params\NumRxBuffers, Base, 0, "10"
- HKR, Ndi\params\NumRxBuffers, type, 0, "int"
-
- HKR, Ndi\params\NumTxBuffers, ParamDesc, 0, "NumTxBuffers"
- HKR, Ndi\params\NumTxBuffers, default, 0, "32"
- HKR, Ndi\params\NumTxBuffers, min, 0, "1"
- HKR, Ndi\params\NumTxBuffers, max, 0, "00001024"
- HKR, Ndi\params\NumTxBuffers, step, 0, "1"
- HKR, Ndi\params\NumTxBuffers, Base, 0, "10"
- HKR, Ndi\params\NumTxBuffers, type, 0, "int"
-
- [bcmUsbCm4402.Service]
- DisplayName = %USB\VID_069A&PID_4402.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sacm.sys
- LoadOrderGroup = NDIS
-
- [bcmUsbCm4403.Service]
- DisplayName = %USB\VID_069A&PID_4403.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sacm.sys
- LoadOrderGroup = NDIS
-
- [bcmUsbCm4402XP.Service]
- DisplayName = %USB\VID_069A&PID_4402.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sacmxp.sys
- LoadOrderGroup = NDIS
-
- [bcmUsbCm4403XP.Service]
- DisplayName = %USB\VID_069A&PID_4403.DeviceDesc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sacmxp.sys
- LoadOrderGroup = NDIS
-
- [bcmUsbCm.EventLog]
- AddReg = bcmUsbCm.AddEventLog.Reg
-
- [bcmUsbCm.AddEventLog.Reg]
- HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
- HKR, , TypesSupported, 0x00010001, 7
-
-
- ;-------------------------------------------------
- ; USB Cable Modem Uninstall for windows 9x(ME)/2000
- ;-------------------------------------------------
- [USBCM4402_Uninstall.reg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CMDPX2100_String%",DisplayName,,"%CMDPX2100_Uninstall%"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CMDPX2100_String%",UninstallString,,"UNDPX.EXE"
-
- [USBCM4403_Uninstall.reg]
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CMDPR362_String%",DisplayName,,"%CMDPR362_Uninstall%"
- HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CMDPR362_String%",UninstallString,,"UNDPR362.EXE"
-
-
-
-
- [DestinationDirs]
- USBCM4402.Uninstall= 10
- USBCM4403.Uninstall= 10
- DefaultDestDir=11
- bcm9x.CopyFiles = 11
- bcm2k.CopyFiles = 12
- bcmxp.CopyFiles = 12
-
-
- [bcmxp.CopyFiles]
- sacmxp.sys,,,2
-
-
- [bcm2k.CopyFiles]
- sacm.sys,,,2
-
- [bcm9x.CopyFiles]
- sacm.sys,,,2
-
- [USBCM4402.Uninstall]
- UNDPX.EXE
-
- [USBCM4403.Uninstall]
- UNDPR362.EXE
-
-
- [SourceDisksNames]
- 1 = %DSK_INFO%,,,
-
- [SourceDisksFiles]
- sacm.sys = 1
- sacmxp.sys = 1
- UNDPX.EXE = 1
- UNDPR362.EXE = 1
-
- [Strings]
- SciAtl = "Scientific Atlanta"
- USB\VID_069A&PID_4402.DeviceDesc = "Scientific Atlanta DPX2100 USB Cable Modem"
- USB\VID_069A&PID_4403.DeviceDesc = "Scientific Atlanta DPR362 USB Cable Modem"
- DSK_INFO = "Scientific Atlanta USB Cable Modem Driver"
-
-
- ;;Uninstall
- CMDPX2100_String="WebSTAR DPX2100 Uninstall"
- CMDPX2100_Uninstall="Scientific Atlanta DPX2100 USB Cable Modem"
-
- CMDPR362_String="WebSTAR DPR362 Uninstall"
- CMDPR362_Uninstall="Scientific Atlanta DPR362 USB Cable Modem"